Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added support for Java 17 #207

Merged
merged 1 commit into from
Jan 16, 2024
Merged

feat: Added support for Java 17 #207

merged 1 commit into from
Jan 16, 2024

Conversation

alexrisch
Copy link
Contributor

Fix issue:

'compileDebugJavaWithJavac' task (current target is 17) and 'compileDebugKotlin' task (current target is 11) jvm target compatibility should be set to the same Java version.

Seen when working with React Native 0.73 project

@alexrisch alexrisch requested a review from a team as a code owner January 10, 2024 20:16
@@ -68,13 +68,16 @@ afterEvaluate {
android {
compileSdkVersion safeExtGet("compileSdkVersion", 31)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With the bump to 17 for the java version we can probably bump the compile version to the latest as well.

Suggested change
compileSdkVersion safeExtGet("compileSdkVersion", 31)
compileSdkVersion safeExtGet("compileSdkVersion", 34)

android/build.gradle Show resolved Hide resolved
@alexrisch alexrisch force-pushed the ar/java-17-support branch 2 times, most recently from 8c21e8e to 7ab49f2 Compare January 10, 2024 20:46
Fix issue:

> 'compileDebugJavaWithJavac' task (current target is 17) and 'compileDebugKotlin' task (current target is 11) jvm target compatibility should be set to the same Java version.

Seen when working with React Native 0.73 project
Bumped compile sdk to 34
@alexrisch alexrisch merged commit ddb7615 into main Jan 16, 2024
4 of 5 checks passed
@alexrisch alexrisch deleted the ar/java-17-support branch January 16, 2024 17:36
Copy link
Contributor

🎉 This PR is included in version 1.24.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants